home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / demo / pwrtcp11.exe / TELNET.TX_ / TELNET.bin
Text File  |  1995-02-16  |  2KB  |  70 lines

  1. PowerTCP(tm) TELNET Libraries
  2. =============================
  3.  
  4.  
  5. Interface Details
  6. -----------------
  7. The DLL interface provides C functions that your application can 
  8. call, using callback functions for event notification. The 
  9. Microsoft static library interface provides a C++ base class with 
  10. member functions your application can call, using virtual 
  11. functions for event notification.  The Visual Basic custom control
  12. interface provides properties instead of functions, and event 
  13. handlers for all event notification.
  14.  
  15. All PowerTCP TELNET interfaces provide the following functions 
  16. and event notification:
  17.  
  18. Connect() - Specify the remote host, remote port, and local host 
  19. (for multi-homed hosts) and your application is notified of the 
  20. connection.
  21.  
  22. Listen() - Specify the local host and port, and your program is 
  23. notified of a successful listening state. This function is only 
  24. used by servers.
  25.  
  26. Accept() - When listening and informed of a passive connection, 
  27. this function initializes a new session with the connection. This 
  28. function is only used by servers.
  29.  
  30. Send() - Sends a block of data, handling all buffering.  Your 
  31. application is notified when the data has been accepted by the 
  32. system buffers (thereby providing flow control). The TelnetRecv() 
  33. event handler is called with data when it is received (TELNET 
  34. commands are stripped out).
  35.  
  36. SendCmd() - Constructs and sends a TELNET command string. 
  37.  
  38. Cmd() event handler is called with commands, option and sub-
  39. option negotiation parameters when they arrive.
  40.  
  41. Close() - Closes or abort operations, releasing all system 
  42. resources.
  43.  
  44.  
  45. Libraries
  46. ---------
  47.  
  48. P16TCPL.LIB, P16TCPLD.LIB, P16TCPM.LIB, P16TCPMD.LIB, P16TCPSD.LIB and p16TCPS.LIB provide the 16-bit C++ interface. 
  49. P32TNT.LIB provides a 32-bit C++ interface. P16TNTC3.DLL and
  50. P32TNTC3.DLL are provided as 16 and 32-bit versions. P16TNTB3.VBX 
  51. provides the VB interface.
  52.  
  53. Sample applications and source code that utilize each library are 
  54. also included.
  55.  
  56.  
  57. Support
  58. -------
  59.  
  60. Dart Communications provides free installation and technical support.  
  61. Software maintenance agreement is available through OEM licensing.  
  62. Consulting services are also offered.
  63.  
  64. Contact
  65. -------
  66.  
  67. Dart Communications                    Tel:    315.655.1024
  68. 61 Albany Street                       Fax:    315.655.1025
  69. Cazenovia, NY 13035                    E-mail: sales@dart.com
  70.